mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
72 lines
No EOL
3.2 KiB
HTML
72 lines
No EOL
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>
|
|
websockets - Alexis Métaireau </title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet"
|
|
href="https://blog.notmyidea.org/theme/css/main.css?v2"
|
|
type="text/css" />
|
|
<link href="https://blog.notmyidea.org/feeds/all.atom.xml"
|
|
type="application/atom+xml"
|
|
rel="alternate"
|
|
title="Alexis Métaireau ATOM Feed" />
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<section id="links">
|
|
<ul>
|
|
<li>
|
|
<a class="main" href="/">Alexis Métaireau</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/journal/index.html">Journal</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/code/">Code, etc.</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/weeknotes/">Notes hebdo</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/lectures/">Lectures</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/projets.html">Projets</a>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<h1>
|
|
Tag « websockets » </h1>
|
|
<section class="section index">
|
|
<time datetime="2024-02-12T00:00:00+01:00">12 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">umap</a>
|
|
, <a class='tag' href="https://blog.notmyidea.org/tag/geojson.html">geojson</a>
|
|
, <a class='tag' href="https://blog.notmyidea.org/tag/websockets.html">websockets</a>
|
|
<h1>
|
|
<a href="https://blog.notmyidea.org/adding-collaboration-on-umap-third-update.html" id="page-title">Adding collaboration on uMap, third update</a>
|
|
</h1>
|
|
<p>I’ve spent the last few weeks working on <a href="https://umap-project.org">uMap</a>, still
|
|
with the goal of bringing real-time collaboration to the maps. I’m not there
|
|
yet, but I’ve made some progress that I will relate here.</p>
|
|
<h2 id="javascript-modules">JavaScript modules</h2>
|
|
<p>uMap has been there <a href="https://github.com/
|
|
umap-project/umap/commit/0cce7f9e2a19c83fa76645d7773d39d54f357c43">since 2012</a>, at a time
|
|
when <span class="caps">ES6 …</span></p>
|
|
</section>
|
|
<ul>
|
|
</ul>
|
|
</section>
|
|
<footer>
|
|
<a id="feed" href="/feeds/all.atom.xml">
|
|
<img alt="RSS Logo" src="/theme/rss.svg" />
|
|
</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |