-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
928 lines (893 loc) · 35.6 KB
/
Copy pathindex.html
File metadata and controls
928 lines (893 loc) · 35.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>jamkernelp2p v1.2.0 · Microkernel P2P Soberano</title>
<meta name="description" content="jamkernelp2p v1.2.0: Microkernel P2P soberano. Un solo archivo, cero dependencias, 4 plataformas. WebSocket RFC 6455 propio, ECDSA P-256, AES-256-GCM, mesh con ACKs." />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚛️</text></svg>" />
<style>
/* === RESET Y FUENTES === */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
background: #0b0e14;
color: #e4e7ec;
line-height: 1.6;
padding: 2rem 1rem;
}
a {
color: #6fc3ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.container {
max-width: 1100px;
margin: 0 auto;
}
/* === ENCABEZADO === */
.hero {
text-align: center;
padding: 3rem 0 2rem 0;
border-bottom: 1px solid #2a2f3a;
}
.hero h1 {
font-size: 3.2rem;
font-weight: 700;
letter-spacing: -0.02em;
background: linear-gradient(135deg, #a78bfa, #6fc3ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero .sub {
font-size: 1.3rem;
color: #9aa4b8;
margin-top: 0.4rem;
}
.hero .badges {
margin-top: 1rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.6rem 1.2rem;
font-size: 0.95rem;
}
.hero .badges span {
background: #1e2430;
padding: 0.25rem 0.9rem;
border-radius: 30px;
border: 1px solid #2f3645;
color: #c8d0dc;
}
.hero .badges .contact-badge {
border-color: #4a6a9e;
color: #7bb0d4;
font-size: 0.8rem;
}
.hero .dedication {
margin-top: 1.8rem;
font-style: italic;
color: #8892a8;
border-top: 1px solid #232a36;
padding-top: 1.8rem;
font-size: 1rem;
}
.hero .dedication strong {
color: #d4dce8;
}
/* === TARJETAS Y SECCIONES === */
.section {
margin: 3.5rem 0;
}
.section h2 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 1.2rem;
letter-spacing: -0.01em;
border-left: 4px solid #6fc3ff;
padding-left: 1rem;
}
.section h3 {
font-size: 1.4rem;
font-weight: 600;
margin: 1.8rem 0 0.8rem 0;
color: #d4dce8;
}
.section p {
color: #b0bcca;
margin-bottom: 1rem;
}
.grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
.card {
background: #131a24;
border-radius: 16px;
padding: 1.8rem 1.8rem 2rem;
border: 1px solid #25303e;
transition: border-color 0.2s;
}
.card:hover {
border-color: #3a4a60;
}
.card h3 {
margin-top: 0;
font-size: 1.3rem;
display: flex;
align-items: center;
gap: 0.6rem;
}
.card ul {
list-style: none;
margin-top: 0.8rem;
}
.card ul li {
padding: 0.25rem 0;
color: #b0bcca;
display: flex;
align-items: center;
gap: 0.6rem;
}
.card ul li::before {
content: "▹";
color: #6fc3ff;
font-size: 1.1rem;
}
.tag {
display: inline-block;
background: #1e2a3a;
padding: 0.15rem 0.8rem;
border-radius: 30px;
font-size: 0.75rem;
font-weight: 500;
color: #9aaec9;
letter-spacing: 0.02em;
border: 1px solid #2f3d52;
margin-right: 0.4rem;
}
.tag.green {
border-color: #3a8b6a;
color: #7bc4a4;
}
.tag.blue {
border-color: #3a6b9e;
color: #7bb0d4;
}
.tag.purple {
border-color: #6b4f9e;
color: #b490d4;
}
.tag.gold {
border-color: #b8860b;
color: #d4a84a;
}
/* === TABLA COMPARATIVA === */
.table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}
table {
width: 100%;
border-collapse: collapse;
font-size: 0.9rem;
background: #111a24;
border-radius: 12px;
overflow: hidden;
}
th, td {
padding: 0.8rem 1rem;
text-align: left;
border-bottom: 1px solid #25303e;
}
th {
background: #1a2432;
color: #c8d0dc;
font-weight: 600;
}
td {
color: #b0bcca;
}
td:first-child {
font-weight: 500;
color: #d4dce8;
}
.check {
color: #6fc3ff;
font-weight: 700;
}
.cross {
color: #7a7f8a;
}
/* === HOJA DE RUTA === */
.roadmap {
display: flex;
flex-direction: column;
gap: 1rem;
}
.roadmap-item {
display: flex;
align-items: flex-start;
gap: 1.2rem;
background: #111a24;
padding: 1.2rem 1.5rem;
border-radius: 12px;
border-left: 4px solid #2f3d52;
}
.roadmap-item .version {
font-weight: 700;
color: #6fc3ff;
min-width: 5.5rem;
font-size: 0.95rem;
}
.roadmap-item .desc {
color: #b0bcca;
}
.roadmap-item .desc strong {
color: #d4dce8;
}
.roadmap-item.done {
border-left-color: #3a8b6a;
}
.roadmap-item.done .version {
color: #7bc4a4;
}
.roadmap-item.wip {
border-left-color: #d4a04a;
}
.roadmap-item.wip .version {
color: #e8c46a;
}
.roadmap-item.future {
border-left-color: #4a6a9e;
}
.roadmap-item.future .version {
color: #7bb0d4;
}
/* === EVOLUCIÓN CONSTANTE === */
.evolution {
background: #111a24;
border-radius: 16px;
padding: 2rem 2.2rem;
border: 1px solid #2a3a4a;
margin: 2rem 0;
text-align: center;
}
.evolution .emoji-big {
font-size: 2.5rem;
display: block;
margin-bottom: 0.5rem;
}
.evolution .title {
font-size: 1.6rem;
font-weight: 600;
color: #d4dce8;
margin-bottom: 0.8rem;
}
.evolution .desc {
color: #b0bcca;
max-width: 700px;
margin: 0 auto;
}
.evolution .highlight {
color: #6fc3ff;
font-weight: 500;
}
/* === CONTACTOS === */
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.2rem;
margin: 1.5rem 0;
}
.contact-card {
background: #131a24;
padding: 1.2rem 1.5rem;
border-radius: 12px;
border: 1px solid #25303e;
text-align: center;
transition: border-color 0.2s;
}
.contact-card:hover {
border-color: #6fc3ff;
}
.contact-card .icon {
font-size: 1.8rem;
display: block;
margin-bottom: 0.4rem;
}
.contact-card .label {
font-size: 0.7rem;
color: #6a7a90;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.contact-card .value {
font-size: 0.85rem;
color: #d4dce8;
word-break: break-all;
}
.contact-card .value a {
color: #6fc3ff;
}
.contact-card .value a:hover {
text-decoration: underline;
}
/* === FOOTER === */
.footer {
margin-top: 4rem;
border-top: 1px solid #232a36;
padding-top: 2rem;
text-align: center;
color: #6a7a90;
font-size: 0.9rem;
}
.footer a {
color: #8aa8c8;
}
.footer .footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.2rem 2rem;
margin-bottom: 1rem;
}
.footer .footer-links a {
color: #6a7a90;
font-size: 0.85rem;
}
.footer .footer-links a:hover {
color: #6fc3ff;
}
/* === RESPONSIVE === */
@media (max-width: 720px) {
.grid-2 {
grid-template-columns: 1fr;
}
.hero h1 {
font-size: 2.2rem;
}
.hero .sub {
font-size: 1rem;
}
.roadmap-item {
flex-direction: column;
gap: 0.2rem;
}
.evolution {
padding: 1.5rem 1rem;
}
.contact-grid {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 480px) {
.contact-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<div class="container">
<!-- ============================================================ -->
<!-- HERO / ENCABEZADO -->
<!-- ============================================================ -->
<header class="hero">
<h1>⚛️ jamkernelp2p</h1>
<div class="sub">Microkernel P2P Soberano · v1.2.0</div>
<div class="badges">
<span>📦 0 dependencias</span>
<span>🌐 4 plataformas</span>
<span>🔐 Cifrado AES-256-GCM</span>
<span>📡 MiniSignalServer embebido</span>
<span>🔄 En evolución constante</span>
<span class="contact-badge">📢 @jamkernelp2p</span>
</div>
<div class="dedication">
❤️ Dedicado a <strong>José Alejandro Martínez</strong> — mi motor, mi orgullo
</div>
</header>
<!-- ============================================================ -->
<!-- 1. EL ECOSISTEMA -->
<!-- ============================================================ -->
<section class="section">
<h2>🌌 El Microkernel JAM</h2>
<p>
JAM Kernel es un microkernel de comunicación P2P con una filosofía clara:
<strong>soberanía digital, ligereza extrema y control total</strong>.
Un solo archivo, cero dependencias, sin necesidad de infraestructura externa.
</p>
<div class="grid-2">
<!-- TARJETA 1: NÚCLEO P2P (v1.2.0) -->
<div class="card">
<h3>🏛️ jamkernelp2p</h3>
<div style="margin-bottom: 0.6rem;">
<span class="tag green">v1.2.0</span>
<span class="tag">JavaScript</span>
<span class="tag">0 deps</span>
</div>
<p>El microkernel P2P actual. Un solo archivo (~2.900 líneas), cero dependencias, WebSocket RFC 6455 propio, comunicación cifrada con identidad criptográfica.</p>
<ul>
<li>✅ 1 archivo · 0 dependencias · 4 plataformas</li>
<li>✅ WebSocket RFC 6455 propio (framing + handshake)</li>
<li>✅ ECDSA P-256 + AES‑256‑GCM + PBKDF2(600K)</li>
<li>✅ Forward secrecy (ECDH + ratchet) · Anti-replay</li>
<li>✅ LAN Discovery (UDP, 0 deps) · Heartbeat</li>
<li>✅ MiniSignalServer embebido · Mesh con ACKs</li>
<li>✅ CLI completo · Plugins · TLS nativo (WSS)</li>
</ul>
<div style="margin-top: 1rem;">
<a href="https://github.com/jamkernel/jamkernelp2p" target="_blank">→ Ver repositorio</a>
</div>
</div>
<!-- TARJETA 2: OMNI-KERNEL (v2.1.0 - Próximo) -->
<div class="card">
<h3>🚀 Omni-Kernel</h3>
<div style="margin-bottom: 0.6rem;">
<span class="tag gold">v2.1.0 (próximo)</span>
<span class="tag">JavaScript</span>
<span class="tag">Producción</span>
</div>
<p>La evolución del núcleo a capacidades de producción: autenticación por token, cluster mode real, canales virtuales y reconexión automática.</p>
<ul>
<li>🔜 Autenticación por token (`--token`)</li>
<li>🔜 Cluster mode real (workers vía IPC)</li>
<li>🔜 Canales virtuales WebRTC + WebSocket unificados</li>
<li>🔜 Purga forense mejorada · Idle timeout · Reconexión</li>
</ul>
<div style="margin-top: 1rem;">
<span style="color:#6a7a90;">🔜 Próximamente — <a href="#roadmap">ver hoja de ruta</a></span>
</div>
</div>
</div>
</section>
<!-- ============================================================ -->
<!-- 2. NÚCLEO P2P (DETALLE) -->
<!-- ============================================================ -->
<section class="section">
<h2>🔐 Núcleo P2P · Funcionalidades (v1.2.0)</h2>
<p>
El núcleo <strong>jamkernelp2p</strong> es la base de todo el ecosistema. Está diseñado
para ser <strong>ultraligero, portable y fácil de integrar</strong> en cualquier proyecto
que requiera comunicación descentralizada.
</p>
<div class="grid-2">
<div class="card">
<h3>🔐 Cifrado Militar</h3>
<ul>
<li>AES‑256‑GCM con autenticación</li>
<li>Derivación PBKDF2 (600.000 iteraciones)</li>
<li>Sal dinámica por sala</li>
<li>Identidad ECDSA P‑256 nativa</li>
<li>Forward secrecy con ECDH + ratchet por mensaje</li>
</ul>
</div>
<div class="card">
<h3>🛡️ Seguridad Integrada</h3>
<ul>
<li>Anti‑DoS por rate limiting (60 msg/s)</li>
<li>Lista negra automática</li>
<li>Sanitización de entradas</li>
<li>Blacklist de peers maliciosos</li>
</ul>
</div>
<div class="card">
<h3>🧠 Purga de Memoria</h3>
<ul>
<li>Eliminación forense de claves en RAM</li>
<li>Garbage Collection forzado</li>
<li>Nullificación de referencias</li>
</ul>
</div>
<div class="card">
<h3>💾 Almacenamiento Local</h3>
<ul>
<li>IndexedDB con mutex antibloqueo</li>
<li>Backoff exponencial en fallos</li>
<li>Límite de cola (1000 items)</li>
</ul>
</div>
<div class="card">
<h3>📡 MiniSignalServer</h3>
<ul>
<li>Servidor de señalización WebSocket RFC 6455 desde cero</li>
<li>Manejo de salas, anuncio y relay de mensajes</li>
<li>Verificación de firma ECDSA en cada announce</li>
<li>Arranca con `--port`, no necesita infraestructura externa</li>
</ul>
</div>
<div class="card">
<h3>🔄 Mesh con ACKs</h3>
<ul>
<li>WebRTC browser-to-browser + WebSocket relay en Node.js</li>
<li>ACKs automáticos con reintentos (hasta 2)</li>
<li>LAN Discovery vía UDP broadcast (Node.js, 0 deps)</li>
<li>Heartbeat keepalive (30s) + anti-replay (ventana 64)</li>
<li>Blacklist de peers maliciosos automática</li>
<li>Detección de ataques anti-DoS</li>
</ul>
</div>
<div class="card">
<h3>🧩 Plugins + WorkerPool</h3>
<ul>
<li>Sistema de plugins vía JAMPlugin + PluginManager</li>
<li>WorkerPool con cola de tareas y concurrencia limitada</li>
<li>Soporte opcional para worker_threads</li>
<li>EventBus desacoplado para extensibilidad</li>
</ul>
</div>
<div class="card">
<h3>🔌 CLI Completo</h3>
<ul>
<li>`--port`, `--room`, `--password`, `--host`, `--help`</li>
<li>`--tls-key`, `--tls-cert` para WSS (TLS nativo)</li>
<li>`--log-file`, `--log-level` para logging estructurado</li>
<li>`--cluster`, `--workers`, `--token` (preparado)</li>
</ul>
</div>
</div>
<div style="text-align: right; margin-top: 1rem;">
<a href="https://github.com/jamkernel/jamkernelp2p#readme" target="_blank">📖 Documentación completa del núcleo</a>
</div>
</section>
<!-- ============================================================ -->
<!-- 4. EVOLUCIÓN CONSTANTE -->
<!-- ============================================================ -->
<section class="section">
<div class="evolution">
<span class="emoji-big">🔄</span>
<div class="title">Evolución Constante</div>
<p class="desc">
<strong>jamkernelp2p</strong> no es un proyecto estático. Es un <strong>organismo vivo</strong> que
crece, mejora y se adapta gracias al trabajo continuo de su
<span class="highlight">creador y mantenedor</span>.
</p>
<p class="desc" style="margin-top: 0.5rem;">
<span class="highlight">Félix Martínez</span> — autor y mantenedor activo —
sigue desarrollando el proyecto con la misma pasión que lo inició,
asegurando que jamkernelp2p sea siempre <strong>más ligero, más seguro y más potente</strong>.
</p>
</div>
</section>
<!-- ============================================================ -->
<!-- 4.5. VERSIONES DISPONIBLES -->
<!-- ============================================================ -->
<section class="section">
<h2>📦 Versiones Disponibles</h2>
<div class="table-wrap">
<table>
<thead>
<tr>
<th>Versión</th>
<th>Archivo</th>
<th>Tamaño</th>
<th>Descripción</th>
<th>Descarga</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>v1.0</strong></td>
<td><code>jamkernelp2p-v1.0.js</code></td>
<td>84 KB</td>
<td>Kernel original: AES-256 + ECDSA + WebSocket propio + mesh básico</td>
<td><a href="https://raw.githubusercontent.com/jamkernel/jamkernelp2p/main/jamkernelp2p-v1.0.js" target="_blank">⬇ Descargar</a></td>
</tr>
<tr>
<td><strong style="color:#6fc3ff;">v1.2.0</strong></td>
<td><code>jamkernelp2p.js</code></td>
<td>115 KB</td>
<td>Kernel actual: + ECDH + ratchet + LAN discovery + heartbeat + anti-replay + 19 bugs corregidos</td>
<td><a href="https://raw.githubusercontent.com/jamkernel/jamkernelp2p/main/jamkernelp2p.js" target="_blank">⬇ Descargar</a></td>
</tr>
<tr>
<td><strong style="color:#f0b34b;">v2.1.0</strong></td>
<td>—</td>
<td>—</td>
<td>Próximo: token auth, cluster mode real, canales virtuales, purga forense mejorada</td>
<td><span style="color:#6a7a90;">🔜 Próximamente</span></td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- ============================================================ -->
<!-- 5. COMPARATIVA CON EL ECOSISTEMA -->
<!-- ============================================================ -->
<section class="section">
<h2>📊 jamkernelp2p vs el Ecosistema</h2>
<p>
Comparativa con las soluciones más conocidas (v1.2.0).
</p>
<div class="table-wrap">
<table>
<thead>
<tr>
<th>Característica</th>
<th>jamkernelp2p v1.2.0</th>
<th>libp2p</th>
<th>PeerJS</th>
<th>simple-peer</th>
</tr>
</thead>
<tbody>
<tr>
<td>1 solo archivo</td>
<td class="check">✅</td>
<td class="cross">❌ 100+</td>
<td class="cross">❌ 5+</td>
<td class="cross">❌ 3+</td>
</tr>
<tr>
<td>Cero dependencias</td>
<td class="check">✅</td>
<td class="cross">❌ 50+</td>
<td class="cross">❌ 10+</td>
<td class="cross">❌ 5+</td>
</tr>
<tr>
<td>Browser + Node.js + Deno + Bun</td>
<td class="check">✅ 4/4</td>
<td class="cross">❌ 2/4</td>
<td class="cross">❌ 2/4</td>
<td class="cross">❌ 2/4</td>
</tr>
<tr>
<td>WebSocket RFC 6455 propio</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Señalización embebida</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Identidad ECDSA nativa</td>
<td class="check">✅</td>
<td class="cross">⚠️ Opcional</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Forward secrecy (ECDH + ratchet)</td>
<td class="check">✅</td>
<td class="cross">⚠️ Opcional</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>LAN Discovery (UDP)</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Anti-replay (ventana deslizante)</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Heartbeat / keepalive</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>TLS nativo (WSS)</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>ACKs de entrega</td>
<td class="check">✅</td>
<td class="cross">⚠️ Opcional</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Rate limiting anti-DoS</td>
<td class="check">✅ (60 msg/s)</td>
<td class="cross">⚠️ Plugin</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Logging estructurado</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Plugins</td>
<td class="check">✅</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>Purga forense de claves</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
<tr>
<td>CLI standalone</td>
<td class="check">✅</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
<td class="cross">❌</td>
</tr>
</tbody>
</table>
</div>
<p style="font-size:0.85rem; color:#6a7a90;">
🔬 Comparativa basada en la arquitectura y características documentadas de cada proyecto.
</p>
</section>
<!-- ============================================================ -->
<!-- 6. HOJA DE RUTA -->
<!-- ============================================================ -->
<section class="section" id="roadmap">
<h2>🗺️ Hoja de Ruta</h2>
<div class="roadmap">
<div class="roadmap-item done">
<div class="version">✅ v1.2.0</div>
<div class="desc">
<strong>Microkernel P2P — Lanzado</strong><br />
WebSocket RFC 6455 propio · ECDSA P-256 · AES‑256‑GCM · PBKDF2(600K) ·
Forward secrecy (ECDH + ratchet) · Anti-replay ·
LAN Discovery (UDP) · Heartbeat keepalive ·
MiniSignalServer embebido · Mesh con ACKs · Anti-DoS (60 msg/s) ·
Purga forense · CLI completo · Plugins · TLS nativo (WSS) ·
Logging · WorkerPool · 4 plataformas ·
<a href="https://github.com/jamkernel/jamkernelp2p" target="_blank">Ver repositorio</a>
</div>
</div>
<div class="roadmap-item wip">
<div class="version">🚧 v2.1.0</div>
<div class="desc">
<strong>Omni-Kernel — En desarrollo</strong><br />
Autenticación por token (`--token`) · Cluster mode real (workers vía IPC) ·
Canales virtuales (WebRTC + WebSocket unificados) ·
Purga forense mejorada · Idle timeout (5 min) ·
Payload máximo 256KB · Reconexión automática al signal server ·
Documentación profesional
</div>
</div>
<div class="roadmap-item future">
<div class="version">🔮 v3.0</div>
<div class="desc">
<strong>Motor Híbrido Node.js + Rust</strong><br />
WebSocket nativo en Rust para alto rendimiento · NAT traversal (STUN/TURN) ·
DHT ligero para descubrimiento · Benchmarks 100.000 msg/s
</div>
</div>
</div>
</section>
<!-- ============================================================ -->
<!-- 7. CONTACTOS Y CONTRIBUCIONES (ACTUALIZADO) -->
<!-- ============================================================ -->
<section class="section" id="contacto">
<h2>🤝 Contribuciones y Contacto</h2>
<p>
jamkernelp2p es un proyecto abierto que acepta contribuciones de todo tipo:
<strong>código, documentación, seguridad y difusión</strong>.
Toda ayuda es bienvenida para construir un ecosistema más robusto y soberano.
</p>
<!-- ========================================================== -->
<!-- PUNTOS DE CONTACTO (TODOS LOS QUE TENÍAS) -->
<!-- ========================================================== -->
<div class="contact-grid">
<div class="contact-card">
<span class="icon">📩</span>
<div class="label">Correo Electrónico</div>
<div class="value">
<a href="mailto:jamkernelp2p@gmail.com">jamkernelp2p@gmail.com</a>
</div>
</div>
<div class="contact-card">
<span class="icon">🐙</span>
<div class="label">GitHub</div>
<div class="value">
<a href="https://github.com/jamkernel/jamkernelp2p" target="_blank">github.com/jamkernel/jamkernelp2p</a>
</div>
</div>
<div class="contact-card">
<span class="icon">✈️</span>
<div class="label">Telegram (Contacto)</div>
<div class="value">
<a href="https://t.me/jamkernelp2p" target="_blank">@jamkernelp2p</a>
</div>
</div>
<div class="contact-card">
<span class="icon">📢</span>
<div class="label">Canal Telegram</div>
<div class="value">
<a href="https://t.me/boost/jamkernelp2p_proyecto" target="_blank">Canal del Proyecto</a>
</div>
</div>
<div class="contact-card">
<span class="icon">🌐</span>
<div class="label">Sitio Web</div>
<div class="value">
<a href="https://jamkernel.github.io" target="_blank">jamkernel.github.io</a>
</div>
</div>
<div class="contact-card">
<span class="icon">📄</span>
<div class="label">Documentación</div>
<div class="value">
<a href="https://github.com/jamkernel/jamkernelp2p#readme" target="_blank">README.md</a>
</div>
</div>
</div>
<!-- ========================================================== -->
<!-- REPOSITORIO DESTACADO -->
<!-- ========================================================== -->
<div style="text-align: center; margin-top: 1.5rem; padding: 1.5rem; background: rgba(0, 242, 254, 0.05); border-radius: 12px; border: 1px solid #2a3a4a;">
<p style="font-size: 0.9rem; color: var(--texto-mutado); margin-bottom: 4px;">
📂 <strong>Repositorio Oficial:</strong>
</p>
<a href="https://github.com/jamkernel/jamkernelp2p" target="_blank" style="color: #6fc3ff; font-size: 1.1rem; font-weight: 600;">
https://github.com/jamkernel/jamkernelp2p
</a>
<p style="font-size: 0.85rem; color: #6a7a90; margin-top: 6px;">
Explora el código, estudia la arquitectura, abre un issue o envía un pull request.
</p>
</div>
<!-- ========================================================== -->
<!-- BOTÓN DE CONTACTO DIRECTO -->
<!-- ========================================================== -->
<div style="text-align: center; margin-top: 1.5rem;">
<a href="mailto:jamkernelp2p@gmail.com" style="display: inline-block; background: linear-gradient(90deg, #6fc3ff, #a78bfa); color: #0b0e14; font-weight: 700; padding: 12px 32px; border-radius: 8px; text-decoration: none; transition: opacity 0.2s;">
📩 Contactar ahora
</a>
</div>
</section>
<!-- ============================================================ -->
<!-- FOOTER -->
<!-- ============================================================ -->
<footer class="footer">
<div class="footer-links">
<a href="https://github.com/jamkernel/jamkernelp2p" target="_blank">GitHub</a>
<a href="mailto:jamkernelp2p@gmail.com">Contacto</a>
<a href="#roadmap">Hoja de Ruta</a>
<a href="#contacto">Contribuir</a>
<a href="https://t.me/jamkernelp2p" target="_blank">Telegram</a>
<a href="https://t.me/boost/jamkernelp2p_proyecto" target="_blank">Canal</a>
</div>
<p style="color: #6a7a90; font-size: 0.85rem;">
Creado y mantenido por <strong style="color: #d4dce8;">Félix Martínez</strong> · 2026
</p>
<p style="color: #4b587c; font-size: 0.75rem;">
Dedicado a <strong style="color: #6a7a90;">José Alejandro Martínez</strong> — mi motor, mi orgullo ❤️
</p>
<p style="color: #3d4a6e; font-size: 0.7rem; margin-top: 0.3rem;">
jamkernelp2p v1.2.0 · GNU GPL v3 · Código abierto
</p>
</footer>
</div>
</body>
</html>