Skip to content
forked from ARolek/jsonpipe

Golang socket server for handling JSON requests with ids

Notifications You must be signed in to change notification settings

Itoxi-zz/jsonpipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONpipe

This is a fork of ARolek/jsonpipe which handles registered actions with a chain of handlers to allow for robust and modular handling of requests. A simple example is in the example folder that has three handlers in a chain. You can run the example by executing the following command from the project root:

go run example/example.go

then in a separate shell window:

go run example/example_client.go

Also restructured connection management to handle hundreds of concurrent connections safely.

TODO

  • Write some unit tests
  • More docs/examples

About

Golang socket server for handling JSON requests with ids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%