Skip to content

betwixt-labs/template-nodejs-tempo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template: node-tempo-server

Deploy on Railway

This template demonstrates using the Tempo remote procedure call framework to add real-time, end-to-end typesafe APIs with a Node.js HTTP server.

index.ts is the content of the server script.

Code generation is handled by Bebop and you can find an example schema in greeter.bop.

The service is implemented in greeter.ts.

Setup

To create a my-project directory using this template, run:

$ git clone  https://github.com/betwixt-labs/template-worker-tempo.git my-project

If you wish to generate code from your schemas run:

$ npm run build:schemas
# or
$ yarn build:schemas
# or
$ pnpm run build:schemas

About

A template that demonstrates using the Tempo in your Node.js HTTP server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published