Skip to content
/ nope.c Public
forked from riolet/WAFer

nope.c is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

License

Notifications You must be signed in to change notification settings

janus/nope.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nope.c

nope.c is a C language-based ultra-light software platform for scalable server-side and networking applications. Think node.js for C programmers.

Just put your code inside the function void server(int client, const char * queryString, const char * method) in server.c and you are good to go.

Default port is 4242. Set environment variable 'PORT' to change it.

That's really it. The source comes with a simple example that prints "Hello World" to get your started.

Acknowledgements:

  1. J. David Blackstone and Feng Shen, whose web servers have been repurposed to build this platform.

  2. Mark Karpeles for the incredible number of bug fixes!

About

nope.c is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published