
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
= Free Message Queue (FMQ)
Project website: http://fmq.rubyforge.org/
Project github repositiory: git://github.com/threez/fmq.git
== TODO:
== DESCRIPTION:
The project implements a queue system with a server and some client apis.
The server is a rack server that holds REST-named queues, so that the implementation can be changed rapidly. You can GET, POST, DELETE, HEAD queue messages using the normal HTTP requests. The system itself uses a configuration file (config.ru) to setup queues at startup or even at runtime. The queue implementations can be changed or you can develop own queues with ease.
For an simple administration try out the integrated ajax based web interface.
The client apis are implemented using the HTTP protocol, so that you can use even curl to receive messages. A client library for ruby is implemented right now, other languages will follow.
The queue itself is a RESTful url like http://localhost:5884/myQueueName/ or http://localhost:5884/myApplication/myQueueName/. If you do a GET request to this url with a web browser you will receive one message from the queue.
== SYNOPSIS:
After installing the gem you can start by creating a project:
fmq create my_project_name
next step is to change to the folder and start the FMQ server:
cd my_project_name rackup -p 5884
The server will start and host a admin interface on http://localhost:5884/admin/index.html.
== REQUIREMENTS:
== INSTALL:
Just install the gem as you expect:
sudo gem install fmq
== LICENSE:
(GNU GENERAL PUBLIC LICENSE, Version 3)
Copyright (c) 2008 Vincent Landgraf
FAQs
Unknown package
We found that fmq demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.