0.1.2 • Published 8 years ago

mathexample_1207153 v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

math_example package

Although it is relatively easy to create a Hello module with Node.js, much more work is necessary if you intend to create a complete web framework. For example, when a request is received at the server for a resource such as a webpage or a web service, you typically need to route the request to get the proper resource. You might also want to implement sessions to hold data between each request. What about authentication? It doesn�t make sense for you to create this framework when you can install a