In this short tutorial you will create a serverless application that can receive requests and send responses back using Transmitters (TX) instead of APIs.
Resources
Neuronum Lib: https://pypi.org/project/neuronum/5.3.0/
Installation
pip install neuronum # install Neuronum dependencies
Create Account
neuronum create-cell # create Neuronum Cell
Delete your account with: neuronum delete-cell
Setup Your App
neuronum init-node --app # initialize a Node with app template
Change into Node Folder
cd node_ # change directory
Start Node:
neuronum start-node # start Node
Send A Request To Your App
- Connect To Neuronum: https://neuronum.net/connect
- Open your Transmitter (TX): https://neuronum.net/explore (you can find your TX ID in the app.py file of your Node Folder)
- Activate your Transmitter
Top comments (0)