Skip to content
/ core Public

Framework in Node.js to create Server-Side scalable services in JavaScript and TypeScript +ES6

License

Notifications You must be signed in to change notification settings

eloajs/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eloajs

A Framework in Node.js to create Server-Side scalable services in JavaScript and TypeScript +ES6

Example

const app = require("@eloajs/eloa");

var test = app.onServer({
  write: "Hello, world",
  port: 8000
});


// example of how to generate log messages with colors
app.log("hello, I'm using eloa.js", { color: "green"})

// example of how to allow to write log messages
app.log("hello, I'm using eloa.js", { record: true})

Modules

You can use zlib-sync package for compress option for now.

Support

You can take support in this server in #eloajs-support.

About

Framework in Node.js to create Server-Side scalable services in JavaScript and TypeScript +ES6

Resources

License

Stars

Watchers

Forks

Packages