Skip to content

jarvis-js/jarvis-module-apiserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis API Server module

Enables a RESTful api server (and optional web socket support) for Jarvis

Configuration

An example configuration can be seen below.

apiserver: {
	port: 8000,
	socket: true,
	debug: false
}

Port

The server port to listen for connections on

Socket

Enable socket.io support

Debug

Enable extra logging whilst in development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published