IMS Server V3 README
This extension helps you to create an IMS ION Messaging Service server Boilerplate
To implement an IMS Server you need to expose at least 3 endpoints
- /ping
- /protocol
- /v3/multipartMessage
Features
There are 6 snippets
!!ims : create the server boilerplate
!!pin : create the Route for Ping endpoint
!!pro : create the Route for Protocol endpoint
!!mmv3 : create the Route for messageMultiPart endpoint
!!lis : create the Listener for the app
!!swag : create the Swagger Documentation for the ION API Suite NEW
Requirements
Note: if you use the server boilerplate you need to install some packages
run:
npm i express multiparty fs
Extension Settings
None
Known Issues
None
Release Notes
None
Working with Markdown
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
- Toggle preview (
Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
- Press
Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets
Enjoy!
| |