FullStack Slimane that makes building web application faster.
- HTTP Server
- HTTP Client
- HTTPS Server
- HTTPS Client
- ResponseSerializer
- RequestSerializer
- Routing
- Middleware
- Session
- Cookie
- JSON
- FormData
- Redis
- View/Template Engine
- WebSocket
- Cluster/Worker
- Process
- FileSystem
- DNS
- TCP/Pipe/UDP
- Future/Promise
- Timer
- Hash
- SecureRandom
- Base64
First you need to setup your machine according to Install Guide
git clone https://github.com/noppoMan/Slimane-Fullstack.git
cd Slimane-Fullstack
make debug
.build/debug/Example
# Single app
.build/debug/Example
## Cluster app
.build/debug/Example --cluster
npm i -g slimane-cli
slimane new MyFirstApp -f
cd MyFirstApp
slimane build
slimane run
That's it!
Slimane-Fullstack is released under the MIT license. See LICENSE for details.