Skip to content

MithraNezhad/serendip

 
 

Repository files navigation

alt text


SERENDIP Framework

It's a Node.js web framework. it will provide you :

Service / feature Description status
HTTP & HTTPS Server - ✔️ Done
Service DI , TopoSort dependencies ✔️ Done
Database internal ORM ✔️ Done
Router OOP based router ✔️ Done
Cluster handling running on every core in cpu ✔️ Done
Authentication auth - tokens ✔️ Done
Entity change tracking document change tracking ( git like ) ✔️ Done
Logging API requests : user-agent - action result or error planned
View engine ejs - pug - mustache planned - mustache Done
Email inbox/compose syncing with gmail - connecting to pop3,SMTP - email templates ✔️ Done (SMTP)
Sms send/receive implementing SMS.ir API - SMS templates ✔️ Done
Fax send/receive implementing fax.ir API - fax templates planned
VoIP call WebRTC TURN and STUN server planned

Installing

using npm :

npm install serendip 

ℹ️ more information at Wiki

About

A Node.js web service framework written in typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 3.5%