Skip to content

jtdowney/beanstalk-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Beanstalk-sharp is a C#/.NET client library for beanstalkd. Currently it only implements commands to produce new messages.

Example:

using (var beanstalk = new BeanstalkConnection(IPAddress.Loopback, 11300))
{
    beanstalk.Put("hello");                
}

To do

  • Add commands for consuming messages

About

A .NET client for beanstalkd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages