#
web-services
Here are 198 public repositories matching this topic...
4
megies
commented
Nov 19, 2020
For the long term, we could clean up the code base a bit by internally using pathlib instead of os.path.join(....)
and consorts. This is no vital or overly important task but it will help new contributors, to use it in new contributions and not introduce more old-style code, looking at the rest of the code base.
This is a pretty trivial (but longish) task and is a good first issue for new peo
http
promises
json
rest
unity
rest-api
unity3d
ajax
unity-scripts
http-client
web-services
unity-asset
http-requests
requests
httpclient
unity3d-plugin
rest-client
request-promise
async-requests
web-request
-
Updated
Aug 19, 2021 - C#
Puppeteer as a service
-
Updated
Sep 9, 2020 - JavaScript
A flutter project with Implementation of a Contacts app in 4 ways (API, Custom, Preferences and Sqflite).
android
php
ios
sql
sharedpreferences
maps
cards
contacts
rest-api
sqlite
web-services
sample-app
flutter
swipe-gestures
postman-collection
hero-animation
hostinger
place-search
sqflite
-
Updated
May 31, 2020 - Dart
Lara Web Engine is a lightweight C# framework for web user interface development.
-
Updated
Aug 31, 2021 - C#
A high-performance java game query library designed for steam/source based games and others
java
api
steam
library
query
asynchronous
netty
rest-api
storefront
web-services
valve
source
steam-api
source-engine
clashofclans
java-8
valve-cs
supercell
hl-log
-
Updated
Jun 7, 2021 - Java
Tools for reading SDMX data and metadata in R
api
r
statistics
timeseries
datastructures
read
web-services
sdmx
readsdmx
dsd
sdmx-provider
sdmx-format
sdmx-standards
-
Updated
Apr 21, 2021 - R
-
Updated
Oct 8, 2019 - Go
Example codes for my Distributed Computing course at Hefei University.
javascript
c
java
html
socket
hadoop
communication
jsp
xml
mpi
distributed-computing
web-services
json-rpc
glassfish
servlet-container
xml-document
java-rmi
axis2
java-servlet
javaserver-pages
-
Updated
Jun 21, 2017 - Java
ajax
web-services
web-application
mvc-architecture
soap-web-services
enterprise-applications
java-web-app
xss-attacks
tomcat-server
xss-filter
responsive-web-design
java-servlets
sql-injection-attacks
java-server-pages
airlines-booking
netbeans-project
security-roles
flight-reservation-system
airlines-reservation-system
ticket-reservation-system
-
Updated
Jan 17, 2021 - Java
A collection of libraries and utilities to simplify the process of building web service applications.
-
Updated
Aug 13, 2021 - Java
POC: http4s http api on zio
-
Updated
Sep 4, 2021 - Scala
Example project combining Spring Boot apps with Spring Cloud Netflix (Eureka, Zuul, Feign) & cxf-spring-boot-starter
-
Updated
Aug 27, 2021 - Java
Parameterized routing for generic resources in Rust
-
Updated
Jan 27, 2021 - Rust
Log R Events and R Usage to Google Analytics
-
Updated
Jul 2, 2018 - R
Implement a OAuth 2 based REST API server Lumen ( Laravel ) with a users module
-
Updated
Jan 29, 2017 - PHP
My technical documentation in the SRE / DevOps paradigm.
python
git
docker
ssl
aws
devops
networking
monitoring
email
databases
web-services
configuration-management
sre
dns-server
devops-tools
linux-server
bash-scripting
-
Updated
Mar 13, 2021
APL-based web service framework supporting JSON or REST
-
Updated
Jun 20, 2021 - APL
Rhino: Dockerized Distributed Load and Performance Testing Framework
-
Updated
Jun 30, 2021 - Java
Provides a simple example of a SOAP web service in PHP
-
Updated
Dec 29, 2011 - PHP
Tools to simplify deploying web services with Parsec.
-
Updated
May 14, 2021 - Java
Golang application for reporting Phusion Passenger stats to DataDog via statsD
-
Updated
Jun 18, 2021 - Go
Better coding experience for Flask
-
Updated
Aug 12, 2021 - Python
nginx
web-server
apache
web-services
iis
httpd
error-page
http-server
error-messages
apache2
iis-express
httpd-server
http-errors
httpd-logs
http-exception
apache2-utils
http-error-pages
nginx-example
httpd-conf
iis-server
-
Updated
Aug 10, 2021 - HTML
Improve this page
Add a description, image, and links to the web-services topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-services topic, visit your repo's landing page and select "manage topics."
Hey! When I was reading the docs and I saw
api.background.task
, the first thing that popped into my head was "but you can just useasyncio.create_task
orloop,.run_in_executor
for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic