The Wayback Machine - https://web.archive.org/web/20200905065618/https://github.com/topics/streaming-api
Skip to content
#

streaming-api

Here are 90 public repositories matching this topic...

navidrome
tcurdt
tcurdt commented Sep 1, 2020

I'll just leave me config here:


version: "3"
services:

  traefik:
    image: "traefik:2.2.8"
    restart: unless-stopped
    container_name: "traefik"
    command:
      - "--log.level=ERROR"
      - "--providers.docker=true"
      - "--providers.docker.exposedbydefault=false"
      - "--entrypoints.websecure.address=:443"
      - "--certificatesresolvers.tc.acme.tlschalleng

Take a tour of the new features in Java SE 8, the platform designed to support faster and easier Java development. Learn about Project Lambda, a new syntax to support lambda expressions in Java code; the new Stream API for processing collections and managing parallel processing; the DateTime API for representing, managing and calculating date and time values; and Nashorn, a new engine to better support the use of JavaScript code with the Java Virtual Machine.

  • Updated Jun 1, 2020
  • Java
aravindet
aravindet commented Nov 5, 2019

Primary goal: Add typings to the published NPM modules.
Secondary goal: Get type checks into the development workflow for Graffy itself.

The preferred approach is to use JSDoc-style function annotations (that TypeScript supports) rather than converting to Typescript syntax.

Improve this page

Add a description, image, and links to the streaming-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streaming-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.