1.5.0 • Published 4 years ago

@defistudio/server v1.5.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

@solidstudio/server

This package contains the server implementation of Solid studio.

The server is responsible of starting the polling process to cache data in a database and to handle request from any client via a RESTful API.

Usage

import { app } from '@solidstudio/server';

const PORT = 3000;

app.listen(PORT)