Skip to content

eiriklv/nope.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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.

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