
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
book-monkey2-api
Advanced tools
REST Server Backend for the BookMonkey2 demo.
A publicly available server is hosted at book-monkey2-api.angular-buch.com, which always serves the latest version (#master).
The API is fully described via swagger. Explore it here.
This backend is used to explain HTTP communication with Angular.
Read more about Angular in our book. Visit angular-buch.com for more information (German only).
The server is written on top of restify. It provides simple CRUD operations over books.
The data is stored in memory only. Eveything will be lost on restart or when DELETE /books
is called.
A publicly available server is hosted at book-monkey2-api.angular-buch.com.
Feel free to use it as your test-drive. Data will be erased periodically.
You might want to extend or modify the project.
Execute the following commands to start the standalone-server:
git clone https://github.com/angular-buch/book-monkey2-api.git
cd book-monkey2-api
npm install
npm start
Open http://localhost:3000/ in your brower.
Code released under the MIT license.
FAQs
REST Server Backend for the BookMonkey2 demo
The npm package book-monkey2-api receives a total of 20 weekly downloads. As such, book-monkey2-api popularity was classified as not popular.
We found that book-monkey2-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.