Skip to content

mcarter/pijo.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pijo.js is a javascript implementation of pijo, providing both client and server bindings on top of js.io

Pijo is a language for declaratively defining protocols, example:

# A uni-directional echo protocol
protocol Echo {
	rpc->server echo {
		request {	
			arg msg;
		}
		response {
			arg msg;
		}
	}
}

About

javascript pijo implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published