Flyer - Web Framework
Getting Started
Prerequisites
Http key features:
- Router -
- Response Types -
- Static Assets
- WebSocket
- Middleware
- Session
Getting with Flyer
First create a new project using command:
After running the command add flyer to you project using command:
Running HTTP server
In order to run a basic server copy and paste below code snippet.
use server;
Now we are ready to run the server using command.