-
Notifications
You must be signed in to change notification settings - Fork 6
Slimane Evolution
Yuki Takei edited this page Jul 4, 2016
·
3 revisions
Slimane-Evolution is a proposal list for next implementations for Slimane
- chmod
- stats
- chown
- symlink
- mkdir
- readdir
- rmdir
- file watcher
- Read input from stdin
- Write output to stdout
- HTTPS Server (Suv.TCPSocket+Open-SSL)
- HTTPS Client (Suv.TCPSocket+Open-SSL)
- WSS Server
- WSS Client
- The Client should be a wrapper of Zewo/SQL
- Communicate Mysql-Server via lib-mysql(But should use
uv_queue_work
to handle blocking operation) - Asynchronous API
- INT/TERM: Shutdown
- USR2: Gracefully restart
- USR1: Reopen log file
- TTIN: Increase a worker
- TTOU: Decrease a worker
- auto resolving header/library search paths
- Successfully compiling on Xcode
An Express like Router module
let router = Router()
router.get("/foo", handler....)
router.post("/foo", handler....)
app.use(router)
- For Slimane.Static
- AES
- RSA
- Log4j like style is preferred
- Should be included the documentations
- Suv
- Skelton
- Slimane