souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 3 / 4
67 results tagged server  ✕   ✕
Crossbar.io http://crossbar.io/
12/11/2016 cluster icon
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • Cilium : Cilium is open source software for providing and transparently securing network connectivity and loadbalancing between application workloads such as a...
  • dev3000 : Run your dev server through dev3000 to capture server logs, browser events, network requests, and screenshots in a unified timeline. Your coding agent...
  • Izanami : Izanami is a shared configuration, feature flipping and A/B testing service perfectly well suited for micro services environment written in scala and ...
  • TailTub : Pipe your app and server logs to TailTub. You get back a unique URL. Share the URL with others to view results in real-time.

Crossbar.io is is a router for the open WAMP protocol, and it is open source. Together with the open source WAMP client libraries it is a connection fabric for components in distributed applications.

Crossbar.io connects an application with a temperature sensor, backend, alarm lamp, mobile frontend and a fan

Components can e.g. be a Web page/Web app frontend, a classic application backend running on a server, an individual microservice, a mobile client, or an IoT device.

Whatever they are, all components connect to Crossbar.io and Crossbar.io enables them to communicate with each other as equals.

network microservice server routing
GraphQL http://graphql.org/
12/11/2016 cluster icon
  • Cool QL Cool : CoolQLCool (CQC) is an open source GraphQL server that allows you to turn websites into GraphQL APIs.
  • Prisma : Prisma turns your database into a powerful GraphQL API which you can either use to build your own GraphQL server or connect to it directly from the fr...
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Appsmith : Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or Gra...
  • npoint.io : JSON storage bins with schema validation

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

querylanguage api client server graphql
GoCD https://www.go.cd/
12/11/2016 cluster icon
  • Rancher : Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users...
  • imgproxy : imgproxy is a fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and ...
  • picfit : picfit is a reusable Go server to manipulate images (resize, thumbnail, etc.). It will act as a proxy on your storage engine and will be served ideall...
  • Fossor : A plugin-oriented tool for automating the investigation of broken hosts and services.
  • thumbor : thumbor is a smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images. Cropping photos automatically can...

Open source continuous delivery server to model and visualize complex workflows with ease. Automate and streamline your build-test-release cycle for reliable, continuous delivery of your product.

continuousintegration continuousdelivery opensource server devops
Sagui http://sagui.js.org/
06/07/2016 cluster icon
  • JS Bin : JS Bin is a tool for experimenting with web languages. In particular HTML, CSS and JavaScript, but JS Bin also supports other languages too (like Mark...
  • Batect : Batect allows you to define your development tasks (building, running, testing, linting and more) in terms of one or more Docker containers, run those...
  • Nexus Repository OSS : Give your teams a single source of truth for every component they use. Optimize build performance and reliability by caching proxies of remote reposit...
  • Neutrino : Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process o...
  • Bazel : Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports pr...
thumbnail

Modern front-end development made easy. Sagui is all about good defaults. It is the single development dependency you need to worry about, taking care of build, tests and the development server.

frontend npm development build test server
My First 10 Minutes On a Server http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/
06/07/2016 cluster icon
  • Run your own identity server : Running your own identity server allows you to act as an OpenID Provider. You could run one just for yourself, for a community of users or, if you wis...
  • 2016 Guide to User Data Security : This guide is for the software developer, architect or system administrator who doesn't want to spend a lifetime wading through cryptographic algorith...
  • The Big List of Naughty Strings : The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
  • Inj3ct0r 1337day.com : Exploit database separated by exploit type (local, remote, DoS, Poc, etc.)
  • Everything you need to know about HTTP security headers : This article explains what secure headers are and how to implement these headers in Rails, Django, Express.js, Go, Nginx, and Apache.
thumbnail

Primer for Securing Ubuntu

security server reference
2016 Guide to User Data Security https://www.inversoft.com/guides/2016-guide-to-user-data-security
06/07/2016 cluster icon
  • Run your own identity server : Running your own identity server allows you to act as an OpenID Provider. You could run one just for yourself, for a community of users or, if you wis...
  • My First 10 Minutes On a Server : Primer for Securing Ubuntu
  • OWASP : The Open Web Application Security Project (OWASP) is a worldwide not-for-profit charitable organization focused on improving the security of software.
  • CWE/SANS Top 25 Most Dangerous Programming Errors : The CWE/SANS Top 25 Most Dangerous Software Errors is a list of the most widespread and critical errors that can lead to serious vulnerabilities in so...
  • API Security Checklist : Checklist of the most important security countermeasures when designing, testing, and releasing your API.

This guide is for the software developer, architect or system administrator who doesn't want to spend a lifetime wading through cryptographic algorithms and complicated explanations of arcane system administration topics to tackle software security. We are a software development company and we have taken everything we know (and have learned through the years) about server and application security and distilled it into this simple yet detailed guide. This is not the sum of all things that could be or have been said about software security, but if you implement each of the concepts below your user data will be highly secure.

security server reference
websocketd http://websocketd.com/
07/06/2016 cluster icon
  • Mail-in-a-Box : Each Mail-in-a-Box provides webmail and an IMAP/SMTP server for use with mobile devices and desktop mail software. It also includes contacts and calen...
  • Prisma : Prisma turns your database into a powerful GraphQL API which you can either use to build your own GraphQL server or connect to it directly from the fr...
  • GraphQL : GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandabl...
  • WireMock : Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs t...
  • picfit : picfit is a reusable Go server to manipulate images (resize, thumbnail, etc.). It will act as a proxy on your storage engine and will be served ideall...

websocketd is the WebSocket daemon

It takes care of handling the WebSocket connections,
launching your programs to handle the WebSockets,
and passing messages between programs and web-browser.

websocket server
YunoHost https://yunohost.org/
26/05/2016 cluster icon
  • Gogs : A painless self-hosted Git service.
  • H2O : H2O is a new generation HTTP server providing quicker response to users when compared to older generation of web servers. The server takes full advant...
  • ClickHeat : ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. ClickHeat is an OpenSource software, released under GPL lice...
  • grocy : grocy is a web-based self-hosted groceries & household management solution for your home.
  • Pa11y : Monitor the accessibility of your websites with pa11y-dashboard, and protect against accessibility errors creeping into your codebase.

YunoHost is a server operating system aiming to make self-hosting accessible to everyone.

web server os selfhosted im software
New Relic https://newrelic.com/
11/05/2016 cluster icon
  • cAdvisor : cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containe...
  • Sensu : Sensu is an infrastructure and application monitoring and telemetry solution. Sensu provides a framework for monitoring infrastructure, service & appl...
  • Laravel Health Panel : This package checks if the application resources are running as they should and creates a service status panel. It has the following main points: Hig...
  • healthchecks.io : Cron Monitoring. Get Notified When Your Cron Jobs Fail. Make a HTTP GET request to this address from your cron job, daemon, script or long running tas...
  • Blackfire : Blackfire Profiler automatically instruments your code to gather data about consumed server resources like memory, CPU time, and I/O. But Blackfire Pr...
thumbnail

New Relic’s SaaS-based Application Performance Monitoring helps you build, deploy, and maintain great web software.
Also, server monitoring, and more.

server monitoring service performance
SeaLion https://sealion.com/
06/05/2016 cluster icon
  • Sympl : Sympl is a collection of open-source scripts and templates which allow you to automatically and efficiently configure your website and email on a virt...
  • Sensu : Sensu is an infrastructure and application monitoring and telemetry solution. Sensu provides a framework for monitoring infrastructure, service & appl...
  • Sensu : An open source monitoring framework.
  • New Relic : New Relic’s SaaS-based Application Performance Monitoring helps you build, deploy, and maintain great web software. Also, server monitoring, and more.
  • Laravel Health Panel : This package checks if the application resources are running as they should and creates a service status panel. It has the following main points: Hig...

View raw output for critical events across servers. SeaLion gives you a graphical overview of server activity. View performance of system/custom metrics across multiple servers at a glance. The horizon charts makes it easy for you to identify patterns and find critical issues.

linux server monitoring
ReactPHP http://reactphp.org/
03/05/2016 cluster icon
  • Blackfire : Blackfire Profiler automatically instruments your code to gather data about consumed server resources like memory, CPU time, and I/O. But Blackfire Pr...
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...
  • GoAccess : GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provi...
  • Ratchet : WebSockets for PHP Ratchet is a loosely coupled PHP library providing developers with tools to create real time, bi-directional applications between c...
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
thumbnail

Event-driven, non-blocking I/O with PHP.

React is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: Streams abstraction, async dns resolver, network client/server, http client/server, interaction with processes. Third-party libraries can use these components to create async network clients/servers and more.

php http events server realtime asynchronous
Caddy https://caddyserver.com/
11/03/2016 cluster icon
  • H2O : H2O is a new generation HTTP server providing quicker response to users when compared to older generation of web servers. The server takes full advant...
  • YunoHost : YunoHost is a server operating system aiming to make self-hosting accessible to everyone.
  • ReactPHP : Event-driven, non-blocking I/O with PHP. React is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of whi...
  • dev3000 : Run your dev server through dev3000 to capture server logs, browser events, network requests, and screenshots in a unified timeline. Your coding agent...
  • Hoppscotch : A free, online, open source API request builder
thumbnail

Caddy is a lightweight, general-purpose web server for Windows, Mac, Linux, BSD and Android. It is a capable alternative to other popular and easy to use web servers. (@caddyserver on Twitter)

The most notable features are HTTP/2, Let's Encrypt support, Virtual Hosts, TLS + SNI, and easy configuration with a Caddyfile. In development, you usually put one Caddyfile with each site. In production, Caddy serves HTTPS by default and manages all cryptographic assets for you.

web server http ssl http2
Gogs https://gogs.io/
22/02/2016 cluster icon
  • Gitea : Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.
  • Sourcegraph : Sourcegraph Server is a free, self-hosted code search server that integrates with your code host and supports multi-repository, regexp, and diff searc...
  • YunoHost : YunoHost is a server operating system aiming to make self-hosting accessible to everyone.
  • GitLab : GitLab is a web-based Git repository manager with wiki and issue tracking features. GitLab offers hosted accounts similar to GitHub, but also allows i...
  • Riot : Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot ...

A painless self-hosted Git service.

git go selfhosted server
Rancher http://rancher.com/rancher/
15/02/2016 cluster icon
  • dotmesh : Dotmesh captures snapshots from stateful Docker and Kubernetes applications as ’datadots‘, and gives you the ability to label, store and share them as...
  • cAdvisor : cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containe...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • GoCD : Open source continuous delivery server to model and visualize complex workflows with ease. Automate and streamline your build-test-release cycle for r...
  • Packer : Packer is a tool for creating machine and container images for multiple platforms from a single source configuration.

Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users. Within a team, authorized users are able to create resource pools from any hosts, and then launch containers or application templates from Rancher’s UI or CLI. Users have complete control over how their applications are deployed, and Rancher provides all of the necessary infrastructure services such as networking, load balancing, and storage to ensure the application runs brilliantly on any infrastructure.

docker container opensource server devops infrastructure loadbalancer
deepstream.io https://deepstream.io/
11/02/2016 cluster icon
  • Zulip : Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conve...
  • Baïkal : Baïkal offers ubiquitous and synchronized access to your calendars and address books over CalDAV and CardDAV. Baïkal implements the current IETF recom...
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • Rocket.Chat : Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework. It is a great solution for communities and companies ...
  • Riot : Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot ...

A Scalable Server for Realtime Web Apps

  • Stores and syncs data in realtime
  • Built in node.js
  • Works for browsers, backend & mobile
  • Scales via clustering
  • Exceptionally fast & easy to use
  • Open Source and free (MIT License)
nodejs realtime server communication sync
Matrix https://matrix.org/
10/02/2016 cluster icon
  • Riot : Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot ...
  • Zulip : Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conve...
  • Rocket.Chat : Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework. It is a great solution for communities and companies ...
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
  • Postal : Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready f...
thumbnail

Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distributing and persisting JSON over an open federation of servers.

json http api server communication opensource matrix
TailTub https://tailtub.com/
19/01/2016 cluster icon
  • GoAccess : GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provi...
  • dev3000 : Run your dev server through dev3000 to capture server logs, browser events, network requests, and screenshots in a unified timeline. Your coding agent...
  • Baïkal : Baïkal offers ubiquitous and synchronized access to your calendars and address books over CalDAV and CardDAV. Baïkal implements the current IETF recom...
  • Blackfire : Blackfire Profiler automatically instruments your code to gather data about consumed server resources like memory, CPU time, and I/O. But Blackfire Pr...
  • extramuros : This is software for collaborative live coding. On one machine, you run an extramuros "server". Then, from as many machines as you like, you use a web...

Pipe your app and server logs to TailTub. You get back a unique URL. Share the URL with others to view results in real-time.

server log sharing
Siege https://www.joedog.org/siege-home/
29/12/2015 cluster icon
  • wrk : wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design ...
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
  • GoReplay : GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with r...
  • Locust : Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many ...
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...

Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP, HTTPS and FTP protocols. It lets its user hit a server with a configurable number of simulated clients. Those clients place the server “under siege.”

server http load test benchmark tool
H2O https://h2o.examp1e.net/
30/11/2015 cluster icon
  • Caddy : Caddy is a lightweight, general-purpose web server for Windows, Mac, Linux, BSD and Android. It is a capable alternative to other popular and easy to ...
  • Smocker : Smocker (server mock) is a simple and efficient HTTP mock server. Smocker exposes a configuration user interface and a configuration api to register n...
  • ReactPHP : Event-driven, non-blocking I/O with PHP. React is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of whi...
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • NGINX Unit : NGINX Unit is a dynamic web application server, designed to run applications in multiple languages. Unit is lightweight, polyglot, and dynamically con...

H2O is a new generation HTTP server providing quicker response to users when compared to older generation of web servers. The server takes full advantage of HTTP/2 features including prioritized content serving and server push, promising outstanding experience to the visitors of your web site.

http http2 web server
Dotdeb https://www.dotdeb.org/
23/08/2015 cluster icon
  • Gogs : A painless self-hosted Git service.
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • Run your own identity server : Running your own identity server allows you to act as an OpenID Provider. You could run one just for yourself, for a community of users or, if you wis...
  • New Relic : New Relic’s SaaS-based Application Performance Monitoring helps you build, deploy, and maintain great web software. Also, server monitoring, and more.
  • Izanami : Izanami is a shared configuration, feature flipping and A/B testing service perfectly well suited for micro services environment written in scala and ...

Dotdeb is a repository containing packages to turn your Debian boxes into powerful, stable and up-to-date LAMP servers

debian server repository
page 3 / 4
1656 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn